libxc: pass an xc_interface handle to page locking functions
authorIan Campbell <ian.campbell@citrix.com>
Mon, 18 Oct 2010 15:43:58 +0000 (16:43 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 18 Oct 2010 15:43:58 +0000 (16:43 +0100)
commitf114466a23ceaf058ac13b08e83725e6354bc519
treeb82fb171c6733c3627cf8f6221fae8b7f2dc038f
parent3a200f3c4be9bbbf6078ba0a6e6f1f2a543f5378
libxc: pass an xc_interface handle to page locking functions

Not actually used here but useful to confirm that a handle is passed
down to each location where it will be required once we switch to
hypercall buffers.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
16 files changed:
tools/libxc/xc_acm.c
tools/libxc/xc_cpupool.c
tools/libxc/xc_domain.c
tools/libxc/xc_domain_restore.c
tools/libxc/xc_domain_save.c
tools/libxc/xc_evtchn.c
tools/libxc/xc_flask.c
tools/libxc/xc_linux.c
tools/libxc/xc_misc.c
tools/libxc/xc_offline_page.c
tools/libxc/xc_pm.c
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_resume.c
tools/libxc/xc_tbuf.c
tools/libxc/xc_tmem.c